home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Ph 1.1.1 / PhClient / abou.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-16  |  327 b   |  12 lines  |  [TEXT/MPS ]

  1. /*______________________________________________________________________
  2.  
  3.     abou.h - About Box Interface.
  4. _____________________________________________________________________*/
  5.  
  6. #ifndef __abou__
  7. #define __abou__
  8.  
  9. extern Boolean abou_DoCommand (WindowPtr top, short theMenu, short theItem);
  10. extern void abou_Init (void);
  11.  
  12. #endif